github.com/andybalholm/brotli/matchfinder.Trio.history (field)
13 uses
github.com/andybalholm/brotli/matchfinder (current package)
trio.go#L9: history []byte
trio.go#L19: z.history = z.history[:0]
trio.go#L27: if len(z.history) > z.MaxDistance*2 {
trio.go#L28: delta := len(z.history) - z.MaxDistance
trio.go#L29: copy(z.history, z.history[delta:])
trio.go#L30: z.history = z.history[:z.MaxDistance]
trio.go#L69: NextEmit: len(z.history),
trio.go#L71: z.history = append(z.history, src...)
trio.go#L72: src = z.history
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |